SftTabs/NET 6.0

HotTrackColor Property, TabClass Class

Softel vdm, Inc.

Defines the tab's foreground color used for hot-tracking (flyby highlighting).

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property HotTrackColor As Color

C#   

public Color HotTrackColor { get; set; }

C++   

public: property Color HotTrackColor {
        Color get();
        void set(Color value);
}

Property Value

The foreground color used for hot-tracking.

The default value is SystemColors.HotTrack.

Comments

The HotTrackColor property defines the tab's foreground color used for hot-tracking (flyby highlighting).

If the tab control uses Windows themes, the HotTrackColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com